@font-face {
  font-family: OpenDyslexic;
  src: url(OpenDyslexic-Bold.woff2) format("woff2"),
    url(OpenDyslexic-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: Regular;
  src: url(Inter.var.woff2) format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: Italic;
  src: url(Inter.var.woff2) format("woff2");
}
.aks-dyslexia :not(.fas, .far, .fa-solid, .fa-regular, .icon) {
  font-family: OpenDyslexic !important;
}
.aks-legible :not(.fas, .far, .fa-solid, .fa-regular, .icon) {
  font-family: "Inter var", sans-serif !important;
}
#aks_dyslexia strong {
  font-size: 36px;
  margin-right: 4px;
  font-family: OpenDyslexic !important;
  line-height: 1;
}
.panduan-baca {
  position: relative;
  top: -10px;
}
.aks-cursor {
  cursor: url(arrow.svg), auto !important;
}
.aks-cursor * {
  cursor: url(arrow.svg), auto !important;
}
.aks-invert {
  filter: invert(1);
}
.aks-dark-contrast * {
  background-color: #000 !important;
  background: #000 !important;
  border-color: #fff !important;
  color: #50d0a0 !important;
}
.aks-light-contrast * {
  background-color: #fff !important;
  background: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}
.aks-light-contrast .aksesibilitas-header,
.aks-light-contrast .aksesibilitas-header * {
  background-color: #e6e6e6 !important;
  background: #e6e6e6 !important;
}
.aks-light-contrast #aksesibilitas,
.aks-light-contrast .aksesibilitas-menu {
  border: 1px solid #9a9a9a !important;
}
.aks-dark-contrast #aksesibilitas,
.aks-dark-contrast .aksesibilitas-menu {
  border: 1px solid #fff !important;
}
.aks-dark-contrast .aksesibilitas-header {
  border-bottom: 1px solid #000;
}
.aks-invert .aksesibilitas-menu {
  border: 1px solid var(--main-color) !important;
}
.aks-dark-contrast
  .aksesibilitas-body
  > div
  .indicator.active
  + section
  > div.active {
  background-color: #50d0a0 !important;
  background: #50d0a0 !important;
}
.aks-light-contrast
  .aksesibilitas-body
  > div
  .indicator.active
  + section
  > div.active {
  background-color: #000 !important;
  background: #000 !important;
}
.aks-desaturate {
  filter: saturate(0);
}
.aks-low-saturate {
  filter: saturate(0.5);
}
.aks-hi-saturate {
  filter: saturate(2);
}
html.aks-invert .success,
html[class*="contrast"] .success,
html[class*="saturate"] .success {
  text-decoration: underline;
}
html.aks-invert .danger,
html[class*="contrast"] .danger,
html[class*="saturate"] .danger {
  -webkit-animation: flicker-1 2s linear infinite both;
  animation: flicker-1 2s linear infinite both;
}
html.aks-invert .cld-number.eventday,
html[class*="contrast"] .cld-number.eventday,
html[class*="saturate"] .cld-number.eventday {
  background: #ccc;
}
html.aks-invert .cld-number.eventday:hover,
html[class*="contrast"] .cld-number.eventday:hover,
html[class*="saturate"] .cld-number.eventday:hover {
  background: #eee;
}
.aks-font110 body {
  font-size: 150%;
}
.aks-font110 body p {
  font-size: 100%;
}
.aks-font115 body {
  font-size: 175%;
}
.aks-font115 body p {
  font-size: 100%;
}
.aks-font120 body {
  font-size: 200%;
}
.aks-font120 body p {
  font-size: 100%;
}
.aks-font125 body {
  font-size: 225%;
}
.aks-font125 body p {
  font-size: 100%;
}
html[class*="aks-font"] .aksesibilitas-header h4 {
  font-size: 15px !important;
}
.aks-ltrspc1 * {
  letter-spacing: 1px;
}
.aks-ltrspc2 * {
  letter-spacing: 2px;
}
.aks-ltrspc3 * {
  letter-spacing: 3px;
}
html[class*="ltrspc"] .aksesibilitas-menu *,
html[class*="ltrspc"] .goog-te-gadget-simple .goog-te-menu-value span {
  letter-spacing: 0 !important;
}
html.aks-link a {
  transition: all 0.2s ease 0s;
  text-decoration: underline !important;
  color: #ff0 !important;
  background-color: #000 !important;
}
html.aks-link a * {
  transition: all 0.2s ease 0s;
  text-decoration: underline !important;
  color: #ff0 !important;
  background-color: #000;
}
html.aks-link a img {
  border: 2px solid #ff0 !important;
  padding: 2px;
}
.aks-pause-animation * {
  animation-play-state: paused !important;
}
.aks-line-height150 * {
  line-height: 1.5 !important;
}
.aks-line-height175 * {
  line-height: 1.75 !important;
}
.aks-line-height200 * {
  line-height: 2 !important;
}
html[class*="line-height"] .aksesibilitas-menu * {
  line-height: 1.125 !important;
}
.aks-align-left * {
  text-align: left !important;
}
.aks-align-left main section article .content p {
  text-align: left !important;
}
.aks-align-right * {
  text-align: right !important;
}
.aks-align-right main section article .content p {
  text-align: right !important;
}
.aks-align-center * {
  text-align: center !important;
}
.aks-align-center main section article .content p {
  text-align: center !important;
}
.aks-align-justify * {
  text-align: justify !important;
}
.aks-align-justify main section article .content p {
  text-align: justify !important;
}
html[class*="dark-contrast"] .aks-readmask-on {
  background: rgba(0, 0, 0, 0.7) !important;
}
html[class*="light-contrast"] .aks-readmask-on {
  background: rgba(255, 255, 255, 0.7) !important;
}
.aks-readmask {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5000;
  display: none;
}
.aks-readmask-on .aks-readmask {
  display: block;
}
#aks_top_mask {
  top: 0;
  border-bottom: 4px solid var(--main-color);
}
#aks_bottom_mask {
  bottom: 0;
  border-top: 4px solid var(--main-dark-color);
}
.aks-readguide {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.aks-readguide-on .aks-readguide {
  display: block;
}
#aks_readguide_bar {
  height: 14px;
  width: 560px;
  background: #000;
  border-radius: 2px 2px 6px 6px;
  z-index: 5010;
  border: 3px solid #ff0;
}
#aks_readguide_tip {
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background: 0 0;
  border-width: 3px 0 0 3px;
  border-color: #ff0;
  border-style: solid;
  z-index: 5000;
  margin-top: -7px;
  margin-left: -2px;
}
#aks_readguide_tip2 {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: 0 0;
  border-width: 7px 0 0 7px;
  border-color: #000;
  border-style: solid;
  z-index: 5020;
  margin-top: -4px;
}
#aks_readguide_tip2:before {
  content: "";
  background: #000;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -1px;
  top: -1px;
}
#aksesibilitas {
  position: fixed;
  bottom: 20px;
  left: 16px;
  z-index: 9000;
  font-size: 42px;
  color: #fff;
  background: var(--main-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#aksesibilitas:active {
  transform: scale(0.97);
}
.attn {
  -webkit-animation: pulse-animation 1s infinite;
  animation: pulse-animation 1s infinite;
}
#aksesibilitas:not(.attn) {
  background: var(--secondary-color);
}
.aksesibilitas-menu {
  position: fixed;
  z-index: 9100;
  bottom: 80px;
  left: 16px;
  background: var(--main-bg-color);
  width: 233px;
  border-radius: 4px;
  padding: 6px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: grab;
}
.aksesibilitas-menu:active {
  cursor: grabbing;
}
.aksesibilitas-menu[style] {
  bottom: auto;
}
.aksesibilitas-menu.hide {
  display: none;
}
.aksesibilitas-header {
  background: var(--secondary-color);
  color: #fff;
  margin: -6px -6px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aksesibilitas-header h4 {
  font-size: 15px;
  margin: 2px 0 0;
  padding: 10px 16px;
}
#aksesibilitas_close {
  margin: 5px 12px 0 0;
  cursor: pointer;
}
#aksesibilitas_close > svg {
  cursor: pointer;
  transform: scale(0.8);
}
.aksesibilitas-body {
  display: grid;
  padding: 4px;
  grid-gap: 6px;
  grid-template-columns: 1fr 1fr;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 180px);
}
.aksesibilitas-body::-webkit-scrollbar {
  width: 6px;
}
.aksesibilitas-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.aksesibilitas-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}
.aksesibilitas-body > div {
  position: relative;
  padding: 8px 8px 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 32px;
  cursor: pointer;
  width: 92px;
}
.aksesibilitas-body > div .indicator {
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 8px;
  color: var(--main-dark-color);
}
.aksesibilitas-body > div .indicator {
  display: none;
}
.aksesibilitas-body > div .indicator.active {
  display: block;
}
.aksesibilitas-body > div .indicator.active + section > div:not(:first-child) {
  opacity: 0.2;
}
.aksesibilitas-body > div > span {
  font-size: 12px;
  margin: 6px 0 -4px;
  text-align: center;
}
.aksesibilitas-body > div > section {
  margin: 4px 0 2px;
  display: flex;
  justify-content: space-around;
  grid-gap: 4px;
}
.aksesibilitas-body > div > div {
  display: flex;
  align-items: center;
}
.aksesibilitas-body > div > section > div {
  height: 3px;
  background: var(--main-color);
  width: 25px;
  margin-top: 6px;
  opacity: 0;
  border-radius: 2px;
}
.aksesibilitas-body > div .indicator.active + section > div.active {
  opacity: 1;
}
.highlight-text {
  background-color: #ff0 !important;
  color: var(--main-text-color) !important;
}
#aks_reset > .fa-sync-alt {
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
.aksi-resetall {
  transform: rotate(0);
  transition: 0.15s;
}
.aksi-resetall:active {
  transform: rotate(360deg);
}
.pulse {
  -webkit-animation: pulsate-fwd 0.3s ease-in-out infinite both;
  animation: pulsate-fwd 0.3s ease-in-out infinite both;
}
.pulse.tts-on {
  -webkit-animation: pulsate-fwd 0.3s 1s ease-in-out 20 both;
  animation: pulsate-fwd 0.3s 1s ease-in-out 20 infinite both;
}
@-webkit-keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
@keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 224, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 224, 0, 1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(197, 143, 1);
    box-shadow: 0 0 0 0 rgba(197, 143, 1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 1024px) {
  .aksesibilitas-body {
    max-height: calc(100vh - 172px);
  }
}
@media screen and (max-width: 600px) {
  .aksesibilitas-menu {
    width: 100px;
  }
  .aksesibilitas-header h4 {
    display: none;
  }
  .aksesibilitas-header {
    justify-content: flex-end;
  }
  .aksesibilitas-body {
    grid-template-columns: 1fr;
  }
  .aksesibilitas-body > div {
    padding: 10px 0 0;
    width: 90px;
  }
  .aksesibilitas-body > div > span {
    font-size: 11px;
  }
  .aksesibilitas-body > div > section > div {
    width: 10px;
    margin: 2px 0 5px;
  }
  .panduan-baca {
    margin-top: 24px;
  }
}
